home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / a_man / cat1 / arp.z / arp
Encoding:
Text File  |  2001-04-17  |  4.7 KB  |  133 lines

  1.  
  2.  
  3.  
  4. aaaarrrrpppp((((1111MMMM))))                                                                aaaarrrrpppp((((1111MMMM))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      arp - address resolution display and control
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      aaaarrrrpppp [ ----nnnnvvvv ] _h_o_s_t_n_a_m_e
  13.      aaaarrrrpppp [ ----nnnnvvvv ] ----aaaa
  14.      aaaarrrrpppp [ ----nnnnvvvv ] ----cccc
  15.      aaaarrrrpppp ----dddd _h_o_s_t_n_a_m_e
  16.      aaaarrrrpppp ----ssss _h_o_s_t_n_a_m_e _e_t_h_e_r__a_d_d_r [ tttteeeemmmmpppp ] [ ppppuuuubbbb ] [ pppprrrrooooxxxxyyyy----oooonnnnllllyyyy ]
  17.      aaaarrrrpppp ----ffff _f_i_l_e_n_a_m_e
  18.  
  19. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  20.      The _a_r_p program displays and modifies the Internet-to-Ethernet address
  21.      translation tables used by the address resolution protocol (_a_r_p(7P)).
  22.  
  23.      With no flags, the program displays the current ARP entry for _h_o_s_t_n_a_m_e.
  24.      The host can be specified by name or by number, using Internet dot
  25.      notation.
  26.  
  27.      The _a_r_p flags are:
  28.  
  29.      ----aaaa  Display all of the current ARP entries by reading the table from the
  30.          routing socket.
  31.  
  32.      ----cccc  Clear all of the current non-permanent ARP entries from the table.
  33.  
  34.      ----dddd _h_o_s_t_n_a_m_e
  35.          A superuser can delete an entry for the host called _h_o_s_t_n_a_m_e.
  36.  
  37.      ----ssss _h_o_s_t_n_a_m_e _e_t_h_e_r__a_d_d_r
  38.          Creates an ARP entry for the host called _h_o_s_t_n_a_m_e with the Ethernet
  39.          address _e_t_h_e_r__a_d_d_r.  The Ethernet address is given as six hexadecimal
  40.          bytes separated by colons.  The entry is permanent unless the word
  41.          tttteeeemmmmpppp is given in the command.  If the word ppppuuuubbbb is given, the entry is
  42.          published, that is, this system will act as an ARP server responding
  43.          to requests for _h_o_s_t_n_a_m_e even though the host address is not its own.
  44.          If pppprrrrooooxxxxyyyy----oooonnnnllllyyyy is given, the entry is published, but it will not be
  45.          used by this system for packets send to _h_o_s_t_n_a_m_e, which can be useful
  46.          when _h_o_s_t_n_a_m_e is reached by other means such as a PPP link.
  47.  
  48.      ----ffff _f_i_l_e_n_a_m_e
  49.          Causes the file _f_i_l_e_n_a_m_e to be read and multiple entries to be set in
  50.          the ARP tables.  Entries in the file should be of the form:
  51.  
  52.  
  53.            _h_o_s_t_n_a_m_e _e_t_h_e_r__a_d_d_r [ tttteeeemmmmpppp ] [ ppppuuuubbbb ] [ pppprrrrooooxxxxyyyy----oooonnnnllllyyyy ]
  54.  
  55.          with argument meanings as given above.
  56.  
  57.      ----nnnn  Causes mapping of IP addresses to hostnames to be suppressed.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. aaaarrrrpppp((((1111MMMM))))                                                                aaaarrrrpppp((((1111MMMM))))
  71.  
  72.  
  73.  
  74.      ----vvvv  Causes additional information to be displayed, such as the interface
  75.          associated with entries and the age of the arp entries. Only a
  76.          superuser may use this flag.
  77.  
  78. EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS
  79.      Command lines are followed by the output.
  80.  
  81.      A completed successful entry:
  82.  
  83.           # _aaaa_rrrr_pppp _mmmm_oooo_oooo_ssss_eeee
  84.           moose (192.26.72.5) at 8:0:69:2:24:3e
  85.  
  86.      A completed successful entry that is marked ppppeeeerrrrmmmmaaaannnneeeennnntttt and ppppuuuubbbblllliiiisssshhhheeeedddd:
  87.  
  88.           # _aaaa_rrrr_pppp _rrrr_aaaa_iiii_nnnn_bbbb_oooo_wwww
  89.           rainbow (192.26.72.3) at 8:0:69:2:4:94 permanent published
  90.  
  91.      An incomplete entry:
  92.  
  93.           # _aaaa_rrrr_pppp _eeee_nnnn_dddd_eeee_rrrr
  94.           ender (192.26.72.246) at (incomplete)
  95.  
  96.      A nonexistent entry:
  97.  
  98.           # _aaaa_rrrr_pppp _ffff_oooo_oooo_bbbb_aaaa_rrrr
  99.           foobar (192.26.72.1) -- no entry
  100.  
  101.  
  102. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  103.      ifconfig(1M), arp(7P), inet(7F).
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.